From 148ffd2cc9c3fbd9f627f6fee7c009290112c0e5 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 9 Nov 2009 16:36:17 +0100 Subject: [PATCH] Clarify documentation of gtk_notebook_set_action_widget --- gtk/gtknotebook.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index b86f774268..73afbc19d0 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -7943,8 +7943,9 @@ gtk_notebook_get_action_widget (GtkNotebook *notebook, * @widget: a #GtkWidget * @pack_type: pack type of the action widget * - * Adds @widget as action_widget to the notebook tab space. Depending - * on the pack type the widget will be added before or after the tabs + * Sets @widget as one of the action widgets. Depending on the pack type + * the widget will be placed before or after the tabs. You can use + * a #GtkBox if you need to pack more than one widget on the same side. * * Since: 2.20 */ -- 2.30.2